From 4febcf9cc188580ad824260a87788263a84900aa Mon Sep 17 00:00:00 2001 From: Jeroen De Dauw Date: Thu, 15 Mar 2012 22:40:27 +0000 Subject: [PATCH] docs++ --- includes/GlobalFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/GlobalFunctions.php b/includes/GlobalFunctions.php index 2aebd61771..0a48c23068 100644 --- a/includes/GlobalFunctions.php +++ b/includes/GlobalFunctions.php @@ -221,7 +221,7 @@ function wfMergeErrorArrays( /*...*/ ) { * @param $after Mixed: The key to insert after * @return Array */ -function wfArrayInsertAfter( $array, $insert, $after ) { +function wfArrayInsertAfter( array $array, array $insert, $after ) { // Find the offset of the element to insert after. $keys = array_keys( $array ); $offsetByKey = array_flip( $keys ); -- 2.20.1